home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(enterFrame){
- if(_root.point >= 3000)
- {
- _root.mempoints = _root.point;
- _root.memsc = _root.sc;
- _root.score.gotoAndStop("noscore");
- _root.init = 1;
- _root.gotoAndPlay("level2");
- }
- else if(_root.fin == 1)
- {
- _root.mempoints = _root.point;
- _root.gotoAndStop("endl01");
- }
- if(_root.b == 1)
- {
- _root.memgun = _root.canon._y;
- _root.canon._y += 10;
- j = 1;
- if(_root.nmax >= j)
- {
- §§push(_root["popc" + j].pophit);
- §§push(1);
- §§push(_root.cible);
- }
- else
- {
- _root.b = 0;
- }
- }
- }
-